home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Other Langs / Tickle-4.0 (tcl) / library / help / tcl / lists / lvarcat < prev    next >
Encoding:
Text File  |  1993-10-26  |  364 b   |  9 lines  |  [TEXT/$Tcl]

  1.  
  2.  
  3.           lvarcat var string ?string...?
  4.                This command treats each string argument as a list  and
  5.                concatenates  them  to  the end of the contents of var,
  6.                forming a a single list.  The list is stored back  into
  7.                var  and  also returned as the result.  if var does not
  8.                exist, it is created.
  9.